Centralize CI on SciML reusable workflows#61
Merged
Conversation
Convert ModelingToolkitCourse CI to the centralized SciML reusable workflows (pinned @v1, every caller uses `secrets: "inherit"`): - Tests.yml: new caller of tests.yml@v1 (no Tests workflow existed before). - Documentation.yml: inline Documenter build -> documentation.yml@v1, preserving the Julia 1.11 pin (1.12 upstream-compat) and coverage. - FormatCheck.yml: inline fredrikekre/runic-action -> runic.yml@v1. - SpellCheck.yml: inline crate-ci/typos -> spellcheck.yml@v1. - Downgrade.yml: new caller of downgrade.yml@v1 (julia lts, skip Pkg,TOML). - Removed CompatHelper.yml (handled by dependabot julia ecosystem). - dependabot.yml: dropped crate-ci/typos ignore; added julia ecosystem over / and /docs (daily, all-julia-packages group). Fixed two prose typos (re-aranging -> re-arranging, warrenty -> warranty) and added _typos.toml to whitelist the DiCMOBiGraph identifier. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please ignore until reviewed by @ChrisRackauckas.
Converts this repo's CI to the centralized SciML reusable workflows (all pinned
@v1, every caller usessecrets: "inherit").Converted (inline -> central caller)
documentation.yml@v1. Preserves the Julia1.11pin (1.12 upstream-compat note) and code-coverage behavior; keeps existingname/on(push/PR/schedule).fredrikekre/runic-action->runic.yml@v1. Keeps existingname: format-checkand triggers.crate-ci/typos->spellcheck.yml@v1. Keepsname/on: [pull_request].Added (new callers)
tests.yml@v1caller — there was no Tests workflow previously. Single Julia1/@.group (the test suite has no GROUP matrix).downgrade.yml@v1caller (julia-version: lts,skip: Pkg,TOML).Cleanup
juliaecosystem).crate-ci/typosignore; added ajuliaecosystem block over/and/docs(daily,all-julia-packagesgroup with*). Kept thegithub-actionsweekly block.Spellcheck / formatting
re-aranging->re-arranging(lecture1),warrenty->warranty(lecture3). Added_typos.tomlto whitelist theDiCMOBiGraphidentifier (a real ModelingToolkit/BipartiteGraphs type, flagged asCOM).Runic.main(["--inplace","."])— no formatting changes needed (repo already clean).Note on branch protection
The job/check names change with this conversion (e.g. central
Tests,Build and Deploy Documentation,Runic Format Check,Spell Check with Typos,Downgrade Tests). Any branch-protection required-status-check names will need updating to match.🤖 Generated with Claude Code